Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Compress( _ ByVal data() As Byte, _ ByVal dataIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- data
- Array of bytes that holds the data to be compressed.
- dataIndex
- Index into data where the data starts.
For an example, refer to StartCompress.
You must call StartCompress before using this method, and you must call StopCompress to end
the compression process. For a description of how these methods work together, refer to StartCompress.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family